From: Platonides Date: Fri, 8 Mar 2013 11:59:56 +0000 (+0100) Subject: Add the global correctly X-Git-Tag: 1.31.0-rc.0~20419^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=ec7d668e8eac029900218b11a45d5f1b6cdbb508;p=lhc%2Fweb%2Fwiklou.git Add the global correctly Change-Id: I03be0cf1e82fc9f8f00727bed5aca9d9d2758c2e --- diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 0eadac5bf9..5412d654e2 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -860,6 +860,7 @@ class SpecialPage { * @since 1.21 */ public function getFinalGroupName() { + global $wgSpecialPageGroups; $name = $this->getName(); $group = '-';